projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5188f2e
)
("finder-inf"): Don't fail if the file is absent.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 10 Oct 2002 15:04:41 +0000
(15:04 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 10 Oct 2002 15:04:41 +0000
(15:04 +0000)
lisp/finder.el
patch
|
blob
|
history
diff --git
a/lisp/finder.el
b/lisp/finder.el
index aba3796c4007db5034b0e7cc211526bf899316a2..fe3460b2169e0ac44f7955c461d53cac720776d3 100644
(file)
--- a/
lisp/finder.el
+++ b/
lisp/finder.el
@@
-42,7
+42,7
@@
(require 'find-func) ;for find-library(-suffixes)
;; Use `load' rather than `require' so that it doesn't get loaded
;; during byte-compilation (at which point it might be missing).
-(load "finder-inf"
nil
t)
+(load "finder-inf"
t
t)
;; Local variable in finder buffer.
(defvar finder-headmark)